﻿2026-07-31T07:57:05.7598355Z ##[group]Run actions/checkout@v5
2026-07-31T07:57:05.7598916Z with:
2026-07-31T07:57:05.7599359Z   repository: BigscreenVR/spt-bs-core
2026-07-31T07:57:05.7602311Z   token: ***
2026-07-31T07:57:05.7602674Z   ssh-strict: true
2026-07-31T07:57:05.7603022Z   ssh-user: git
2026-07-31T07:57:05.7603376Z   persist-credentials: true
2026-07-31T07:57:05.7603755Z   clean: true
2026-07-31T07:57:05.7604112Z   sparse-checkout-cone-mode: true
2026-07-31T07:57:05.7604512Z   fetch-depth: 1
2026-07-31T07:57:05.7604855Z   fetch-tags: false
2026-07-31T07:57:05.7605202Z   show-progress: true
2026-07-31T07:57:05.7605545Z   lfs: false
2026-07-31T07:57:05.7605870Z   submodules: false
2026-07-31T07:57:05.7606238Z   set-safe-directory: true
2026-07-31T07:57:05.7606642Z   allow-unsafe-pr-checkout: false
2026-07-31T07:57:05.7607071Z ##[endgroup]
2026-07-31T07:57:05.8452164Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-31T07:57:05.8454449Z ##[group]Getting Git version info
2026-07-31T07:57:05.8455552Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-31T07:57:05.8457140Z [command]/usr/bin/git version
2026-07-31T07:57:05.8457874Z git version 2.43.0
2026-07-31T07:57:05.8476107Z ##[endgroup]
2026-07-31T07:57:05.8489366Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/662bf26b-1726-4af9-baae-5254f9a9a6ec' before making global git config changes
2026-07-31T07:57:05.8491308Z Adding repository directory to the temporary git global config as a safe directory
2026-07-31T07:57:05.8493246Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-31T07:57:05.8526406Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-31T07:57:05.8545123Z https://github.com/BigscreenVR/spt-bs-core
2026-07-31T07:57:05.8556198Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-31T07:57:05.8559439Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-31T07:57:05.8577513Z refs/heads/main
2026-07-31T07:57:05.8583851Z [command]/usr/bin/git checkout --detach
2026-07-31T07:57:05.8636242Z HEAD is now at edce86ac7 golden: merge fix/unit-lane-isolation @57b3fcc (ambient-write isolation + nextest unit lane, PR #134, refs #47)
2026-07-31T07:57:05.8702487Z [command]/usr/bin/git branch --delete --force main
2026-07-31T07:57:05.8729729Z Deleted branch main (was edce86ac7).
2026-07-31T07:57:05.8821970Z ##[endgroup]
2026-07-31T07:57:05.8824842Z [command]/usr/bin/git submodule status
2026-07-31T07:57:05.9010809Z ##[group]Cleaning the repository
2026-07-31T07:57:05.9014629Z [command]/usr/bin/git clean -ffdx
2026-07-31T07:57:06.4177802Z Removing target/
2026-07-31T07:57:06.4189059Z [command]/usr/bin/git reset --hard HEAD
2026-07-31T07:57:06.4273511Z HEAD is now at edce86ac7 golden: merge fix/unit-lane-isolation @57b3fcc (ambient-write isolation + nextest unit lane, PR #134, refs #47)
2026-07-31T07:57:06.4279764Z ##[endgroup]
2026-07-31T07:57:06.4280733Z ##[group]Disabling automatic garbage collection
2026-07-31T07:57:06.4285328Z [command]/usr/bin/git config --local gc.auto 0
2026-07-31T07:57:06.4314017Z ##[endgroup]
2026-07-31T07:57:06.4314997Z ##[group]Setting up auth
2026-07-31T07:57:06.4319071Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-31T07:57:06.4346986Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-31T07:57:06.4540383Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-31T07:57:06.4568222Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-31T07:57:06.4755953Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-31T07:57:06.4783106Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-31T07:57:06.4965582Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-31T07:57:06.4996789Z ##[endgroup]
2026-07-31T07:57:06.4997518Z ##[group]Fetching the repository
2026-07-31T07:57:06.5004333Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +dd1653e4438bd16f5fafdd94a99bfac1b299e759:refs/remotes/origin/main
2026-07-31T07:57:06.9450147Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-31T07:57:06.9450948Z  + edce86ac7...dd1653e44 dd1653e4438bd16f5fafdd94a99bfac1b299e759 -> origin/main  (forced update)
2026-07-31T07:57:06.9472105Z ##[endgroup]
2026-07-31T07:57:06.9472780Z ##[group]Determining the checkout info
2026-07-31T07:57:06.9474556Z ##[endgroup]
2026-07-31T07:57:06.9478801Z [command]/usr/bin/git sparse-checkout disable
2026-07-31T07:57:06.9519235Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-31T07:57:06.9541153Z ##[group]Checking out the ref
2026-07-31T07:57:06.9543766Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-31T07:57:06.9701081Z Previous HEAD position was edce86ac7 golden: merge fix/unit-lane-isolation @57b3fcc (ambient-write isolation + nextest unit lane, PR #134, refs #47)
2026-07-31T07:57:06.9707135Z Switched to a new branch 'main'
2026-07-31T07:57:06.9707584Z branch 'main' set up to track 'origin/main'.
2026-07-31T07:57:06.9716102Z ##[endgroup]
2026-07-31T07:57:06.9752759Z [command]/usr/bin/git log -1 --format=%H
2026-07-31T07:57:06.9775734Z dd1653e4438bd16f5fafdd94a99bfac1b299e759
